home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Archives / GNU / GNUPLOTsrc.lha / term / table.trm < prev    next >
Encoding:
Text File  |  1996-01-22  |  880 b   |  26 lines

  1. /*
  2.  * $Id: table.trm,v 1.1 1995/12/20 21:48:13 drd Exp $
  3.  *
  4.  */
  5.  
  6. /*
  7.       The terminal 'table' is built into the source code and not
  8.       available separately.  This file is needed only for building
  9.       the documentation for gnuplot 3.6 (or higher) using the new
  10.       including mechanismn.
  11. */
  12.  
  13. #ifdef TERM_HELP
  14. START_HELP(table)
  15. "1 table",
  16. "?set terminal table",
  17. "?table",
  18. " Instead of producing a picture, the `table` terminal prints out evaluation",
  19. " results in a multicolumn ASCII table of X Y Z values.  For those times when",
  20. " you really want to see the numbers, now you can see them on the screen or",
  21. " save to a file.  This can be useful if you want to use the contouring engine",
  22. " of `gnuplot` to work out the contours of your data.  See `set contour` for an",
  23. " example.  The same trick can be used to output gridded data (`set dgrid3d`)."
  24. END_HELP(table)
  25. #endif
  26.